powered by
[
"["(x, i, j, ..., drop = FALSE) "["(x, i, j, ..., drop = TRUE)
ncdfFlowSet
logical
data(GvHD) nc <- ncdfFlowSet(GvHD[1:2]) samples <- sampleNames(nc) nc[1] nc1 <- nc[samples[1]] #nc1 and nc share the cdf file all.equal(getFileName(nc1), getFileName(nc))
Run the code above in your browser using DataLab